Welcome![Sign In][Sign Up]
Location:
Search - genetic algorithm using MATLAB

Search list

[AI-NN-PRSGA

Description: 遗传算法中的简单遗传算法,用matlab实现。-genetic algorithm simple genetic algorithm, using Matlab to achieve.
Platform: | Size: 20480 | Author: 江东 | Hits:

[AI-NN-PRfunction_opt_demo

Description: 使用matlab应用遗传算法进行函数优化-Using genetic algorithm in matlab to optimize function
Platform: | Size: 2048 | Author: 赵静岚 | Hits:

[AI-NN-PR遗传算法matlab

Description: matlab编写的遗传算法,采用二进制编码,有说明文档。-Matlab prepared by the genetic algorithm, using the binary coding, documentation.
Platform: | Size: 106496 | Author: 张露 | Hits:

[AI-NN-PRMga

Description: 一些用matlab编写的经典遗传算法算例。可以用于解决许多优化问题-using Matlab to prepare some of the classic examples of genetic algorithm. Many can be used to solve optimization problems
Platform: | Size: 137216 | Author: 张沙清 | Hits:

[matlabToolbox_of_GA_in_Matlab

Description: 用matlab中的工具箱函数来解决遗传算法问题,以及进行若干实例讲解 -using Matlab toolbox functions of the genetic algorithm to solve the problem, as well as a number of examples to explain
Platform: | Size: 2048 | Author: 杨志鹏 | Hits:

[matlabmatlabGAtoolbox

Description: 这是一个利用MATLAB遗传算法工具箱进行求函数最值的实际程序文档,对数学建摸及从事算法研究的人员具有很好的参考价值-This is a genetic algorithms using MATLAB toolbox function for the most value for the actual process documentation, mathematical modeling and algorithm engaged in the research staff has a good reference value
Platform: | Size: 20480 | Author: 西城刀客 | Hits:

[AI-NN-PRyichuansuanfa_chengxu

Description: 遗传算法,matlab下的,系统辨识,例题,对象是用传递函数形式。并附结果-genetic algorithm, the Matlab, system identification, excellence, which is aimed at using transfer function form. Accompanied results
Platform: | Size: 7168 | Author: luo | Hits:

[AI-NN-PRGenetic

Description: 用遗传算法解决八皇后问题! 有比较详细的注释! 还有有关遗传算法理论的描述。 -Using genetic algorithms to solve the issue of the eight Queen
Platform: | Size: 23552 | Author: | Hits:

[matlabga

Description: 用MA TLAB 语言及MA TLAB 语言编制的优化工具箱进行优化设计具有语言简单、函数丰富、用法比 较灵活、编程效率高等特点. 本文对遗传算法和基于MA TLAB 的遗传算法优化工具箱(GAO T ) 作了简要的介 绍、分析了优化工具函数, 并结合非线性、多峰值函数问题的优化实例, 说明了遗传算法是一种具有良好的全局 寻优性能的优化方法.-MA TLAB with language and language of the MA TLAB optimization toolbox to optimize the design of the language is simple, function-rich, and using more flexible programming and high efficiency. In this paper, genetic algorithm and MA TLAB based on genetic algorithm optimization toolbox (GAO T ) gave a brief introduction, an analysis of function optimization tool, combined with non-linear, multimodal function optimization problem examples to illustrate the genetic algorithm is a good global optimization method to optimize performance.
Platform: | Size: 269312 | Author: dh | Hits:

[matlabMATLABApplication

Description:  阐述了遗传算法的基本原理,对MATLAB 遗传算法工具箱(GAOT) 的参数使用进行 了详细介绍,探讨了MATLAB 遗传算法工具箱(GAOT) 在水资源非线性规划和多目标规划时的 应用,并用简单实例证明了这种应用具有良好的通用性、可行性和简便性,可以得到较满意的 优化计算结果。-Expounded the basic principles of genetic algorithm, the MATLAB Genetic Algorithm Toolbox (GAOT) using the parameters described in detail, discusses the MATLAB Genetic Algorithm Toolbox (GAOT) in water resources planning and non-linear multi-objective planning applications, and with a simple example shows that the application has a good general-purpose, feasibility and simplicity, can be more satisfied with the results of the optimization calculation.
Platform: | Size: 165888 | Author: dh | Hits:

[OtherMATLABebook

Description: 用MATLAB实现遗传算法程序,希望对大家有用-The realization of genetic algorithm using MATLAB procedures, in the hope that useful
Platform: | Size: 154624 | Author: zhangpeng | Hits:

[Bio-Recognizesrc

Description: 基因算法,用VC++或MATLAB,java等工具设计一程序计算任一个随机产生的DNA基因表达式的有效长度和值 设随机产生的基因表达式为: + Q - / b * b a Q b a a b a a b b a a a b -Genetic algorithm, using VC++ Or MATLAB, java tools such as design calculation of any one procedure randomly generated DNA gene expression and the value of effective length for randomly generated gene expression for:+ Q-/b* ba Q baabaabbaaab
Platform: | Size: 64512 | Author: 张亮 | Hits:

[matlabGAandrealization

Description: 遗传算法及其matlab实现:用两个实例说明遗传算法的matlab程序实现-Matlab genetic algorithm and its realization: two examples of using genetic algorithm matlab program
Platform: | Size: 206848 | Author: 秦勤 | Hits:

[matlabShop-scheduling-genetic-algorithm

Description: 遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案中,各工件各工序的开始时刻,可根据它绘出甘特图 Y2p 最优方案中,各工件各工序的结束时刻,可根据它绘出甘特图 Y3p 最优方案中,各工件各工序使用的机器编号 Xp 最优决策变量的值,决策变量是一个实数编码的m×n矩阵 LC1 收敛曲线1,各代最优个体适应值的记录 LC2 收敛曲线2,各代群体平均适应值的记录 最后,程序还将绘出三副图片:两条收敛曲线图和甘特图(各工件的调度时序图)-Genetic algorithm scheduling, job shop scheduling problems with genetic algorithms -------------------------------------------------------------------------- genetic evolution of the input parameter list, the number of iterations M N population size (taken even) Pm mutation probability T m × n matrix, stored m one piece n a process of processing time 1 × n vector, n a process in which each machine processes the number of Zp with the best value Y1p Optimal Makespan programs, the start time of each process the workpiece can be drawn based on its optimal solution Gantt Y2p, each time the workpiece end of the process, according to its draw Gantt Y3p optimal solution, each piece of the processes using machine code Xp optimal decision variable, decision variable is a real m × n matrix encoded LC1 convergence curve 1, the generation of the best individual record of LC2 fitness convergence curve 2, the average fitness value on behalf of groups record Finally, the program will draw three pict
Platform: | Size: 2048 | Author: 王龙隐 | Hits:

[matlabGenetic-algorithm-using-MATLAB

Description: 遗传算法在MATLAB环境中的实现,适合图形模式识别广泛应用等方面-Genetic algorithm implementation in MATLAB environment, suitable for wide range of graphics applications such as pattern recognition
Platform: | Size: 77824 | Author: zhx | Hits:

[OtherGenetic-algorithm-program

Description: 遗传算法的程序,用的是Matlab编的,希望对大家有一定的帮助-Procedures of genetic algorithm, using Matlab series, we want to help
Platform: | Size: 4096 | Author: 梁国兴 | Hits:

[AI-NN-PRmatlab-genetic-algorithm

Description: 利用matlab实现遗传算法的编码、选择、变异、解码,用于函数寻优-A genetic algorithm using matlab coding, selection, mutation, decoding, for function optimization
Platform: | Size: 7168 | Author: 翟博 | Hits:

[matlabgenetic-algorithm

Description: 遗传算法,用matlab来实现,图像美观,更接近真实数据-Genetic algorithm, using matlab to achieve, beautiful images, closer to the real data
Platform: | Size: 1024 | Author: suntao | Hits:

[OtherGenetic-algorithm-toolbox

Description: MATLAB遗传算法工具箱及应用,主要是利用matlab工具箱来实现遗传算法-MATLAB genetic algorithm toolbox and application, mainly to achieve the genetic algorithm using Matlab toolbox
Platform: | Size: 21523456 | Author: 黄小平 | Hits:

[AI-NN-PRgenetic optimization algorithm

Description: 最优化算法教材14章,遗传算法的MATLAB实现。(Optimization algorithm teaching material 14, genetic algorithm using MATLAB.)
Platform: | Size: 6144 | Author: xgjyh | Hits:
« 12 3 4 5 6 7 8 9 10 ... 27 »

CodeBus www.codebus.net